Simple Language Open Protocol
- 2025-03-23 (modified: 2025-06-28)
- 별칭: SLOP
WHAT SLOP IS:
- A pattern for AI APIs with 6 basic endpoints
- Regular HTTP(S) requests with JSON data
- A standard way to talk to any AI service
- Based on REST: GET and POST what you need
🚫 WHAT SLOP IS NOT:
- A framework or library you install
- A new technology or language
- A specific company’s product
- An additional abstraction in any way